srchr/models/flickr

  • constructor
inherits: can.Model

Provides Flickr.findAll(params, success(results)) to retrieve Flickr images like:

Flickr.findAll({query: "Cats"}, function(results){

})

Make sure you update Flikr.apiKey with your API key.